home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 016 / stype.arc / STYPE.DOC < prev   
Encoding:
Text File  |  1985-09-29  |  2.6 KB  |  60 lines

  1. STYPE.COM -- A Smooth-Scrolling EGA DOS "MORE" Replacement
  2. ------------------------------------------------------------------------
  3.  
  4. STYPE.COM is a variable speed smooth scrolling substitute for TYPE or
  5. MORE that works ONLY with an IBM Enhanced Graphics Adapter.  This
  6. program and documentation comes by way of the PC SIG on Compuserve.
  7.  
  8. STYPE 1.1     Smooth-Scrolling EGA DOS "MORE" Replacement      85 Jan 13
  9.  
  10. **************  REQUIRES IBM ENHANCED GRAPHICS ADAPTER *****************
  11.  
  12. Purpose:       Smooth scrolling type file to screen.
  13.  
  14. Usage:         STYPE FILENAME      or,
  15.                STYPE               when using STDIN
  16.  
  17.  
  18. Description:  STYPE types a file to the screen controlled by an IBM
  19. Enhanced Graphics Adapter, using variable speed smooth scroll.  If no
  20. file name is supplied, it will read from the standard input STDIN (eg:
  21. STYPE < FILENAME, or PROGRAM | STYPE), and thus can act as a "MORE" type
  22. filter.  The EGA must be in 25 line character mode.  The EGA need not be
  23. the current console device; it will behave the same either way.  It can
  24. be emulating either the IBM Monochrome Display and Printer Adapter or
  25. the IBM Color/Graphics Adapter.
  26.  
  27. The scroll speed may vary from stopped (0) to one line per vertical
  28. retrace (speed 14 in mono mode, or 8 in color mode), by units of 1/2.
  29. The speed represents the number of vertical pels scrolled per vertical
  30. retrace.  (A speed of 1/2 means it scrolls 1 pel every 2 retraces, or
  31. speed 1 1/2 means it scrolls alternately 1 and 2 pels).  The following
  32. commands may be typed while stype is showing the file:
  33.  
  34.      +         increment speed by 1/2 unit (up to max speed)
  35.      -         decrement speed by 1/2 unit (down to zero, or stopped)
  36.      0-9       set speed to number given
  37.      space     set speed to zero (ie: stop immediately)
  38.  
  39. Any other key will abort stype and return to DOS.
  40.  
  41. Remember that "0" or space will stop the listing and set the speed at
  42. zero - a "+" or non-zero digit will restart it.
  43.  
  44.  
  45. Problems:  It will not support graphic modes, nor the new character
  46. modes (eg:  43 lines, or a non-standard character height.
  47.  
  48. It cannot detect what mode the EGA is in unless it is the current CON:
  49. device, so stange errors may result if the EGA is not your console and
  50. it is not a standard (mono or color) device (modes 2, 3, or 7).
  51.  
  52. Author:        Zhahai Stewart
  53.                Highly Interactive Systems
  54.                6521 Old Stage Rd.
  55.                Boulder, CO 80302
  56.                (303) 449-8180
  57.  
  58. Distribution:  May be freely distributed if not for commercial
  59. advantage, and if the signon credits are not changed.
  60.